home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineButton2_1054 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-14  |  144b  |  7 lines

  1. on(release){
  2.    _global.sfxUI.start();
  3.    _parent.resumeGame();
  4.    _parent.gameState = _parent.STATE_GAME_RUNNING;
  5.    _visible = false;
  6. }
  7.